From dcd43cc77ab2195251beaeeda9e6fccf1184642f Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 3 Feb 2014 09:51:40 -0500 Subject: [PATCH] docs: fix spurious list close tag Missed by patch 30cc1512e --- gtk/gtklabel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index a91c0add16..ab769f1aae 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -596,7 +596,6 @@ gtk_label_class_init (GtkLabelClass *class) * - Arrow keys move by individual characters/lines * - Ctrl-arrow key combinations move by words/paragraphs * - Home/End keys move to the ends of the buffer - * */ signals[MOVE_CURSOR] = g_signal_new (I_("move-cursor"), -- 2.30.2